home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / lawn_pac.swf / scripts / DefineButton2_144 / BUTTONCONDACTION on(keyPress Up).as < prev   
Encoding:
Text File  |  2008-11-13  |  63 b   |  5 lines

  1. on(keyPress "<Up>"){
  2.    call("/:up");
  3.    gotoAndPlay(1);
  4. }
  5.